home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / scsh-0.4 / scsh-0 / scsh-0.4.2 / TODO < prev    next >
Text File  |  1995-10-13  |  1KB  |  60 lines

  1. --*- Mode: Indented-text; -*-
  2.  
  3. scsh: list of bugs and things to do.
  4. Last update by BDC on June 1995.
  5.  
  6. Too many things to mention really but...
  7.  
  8. immediate:
  9.     architecture support (Alpha anyone?)
  10.  
  11. manual:
  12.     pointers to relevant unix man pages
  13.  
  14. syscalls:
  15.     posix terminal interface
  16.     posix signals
  17.     what other stuff is missing?
  18.  
  19. fdports:
  20.     rewrite to work with s48 0.39
  21.     -also remove post gc vm hack 
  22.  
  23. subsystems:
  24.     a make/build system
  25.     a replacement for sed
  26.     TK
  27.  
  28. library:
  29.     more generally useful code
  30.     if perl does it, maybe we should look at it
  31.     -dbm/ndbm
  32.     sysV shared memory if someone wants it
  33.     crypt
  34.     a more winning FORMAT than the s48 one, MIT Scheme?
  35.     standard syslog stuff
  36.  
  37. configuration:
  38.     need more system specific code for stdio hacks
  39.     magic numbers for from c headers should be generated 
  40.         automatically with scsh script...
  41.  
  42. scheme48:
  43.     dynamicially loadable heaps
  44.     see also cig below
  45.     see also the Scheme48 TODO
  46.  
  47. cig:
  48.     errors/warnings to stderr not stdout
  49.     portable c structure interface
  50.  
  51. perhaps one day:
  52.     AFS and file permission bits
  53.     ,go
  54.  
  55. conversion:
  56.     sed => scsh
  57.     awk => scsh
  58.     find => scsh
  59.     perl => scsh?
  60.